home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / MailWatchView.BackModule / Source / English.lproj / MailWatchView.nib / data.classes < prev    next >
Encoding:
Text File  |  1996-02-04  |  817 b   |  58 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. SpermView = {
  10.     ACTIONS = {
  11.     inspector:;
  12.     };
  13.     OUTLETS = {
  14.     inspectorPanel;
  15.     };
  16.     SUPERCLASS = View;
  17. };
  18. MailWatchView = {
  19.     ACTIONS = {
  20.     setGray:;
  21.     inspector:;
  22.     setEnergy:;
  23.     NameButtonsChanged:;
  24.     fontPushed:;
  25.     browserChanged:;
  26.     changeFont:;
  27.     setMailDirectory:;
  28.     setMaxMail:;
  29.     helpPushed:;
  30.     fontPopUpChanged:;
  31.     setTimeToCheck:;
  32.     };
  33.     OUTLETS = {
  34.     fontPanel;
  35.     TimeToCheckSlider;
  36.     GrayText;
  37.     NameListInspector;
  38.     SettingsPanel;
  39.     fontPopUpView;
  40.     fontPopUp;
  41.     EnergySlider;
  42.     MailDirectoryText;
  43.     NameButtons;
  44.     InfoPanel;
  45.     helpPanel;
  46.     fontManager;
  47.     CheckOn;
  48.     inspectorPanel;
  49.     TimeToCheckText;
  50.     GraySlider;
  51.     MaxMailSlider;
  52.     NameBrowser;
  53.     CheckOff;
  54.     MaxMailText;
  55.     };
  56.     SUPERCLASS = View;
  57. };
  58.